home *** CD-ROM | disk | FTP | other *** search
/ Aminet 33 / Aminet 33 - October 1999.iso / Aminet / util / time / backclock.lha / backclock / sources / style / nodes.h < prev   
Encoding:
C/C++ Source or Header  |  1999-07-14  |  289 b   |  9 lines

  1. #include <exec/types.h>
  2. #include <intuition/intuition.h>
  3.  
  4. void AddPoint(struct Window * win, ULONG x, ULONG y) ;
  5. BOOL RemPoint(struct Window * win, ULONG x, ULONG y) ;
  6. void DeletePoint(SPoint * previous) ;
  7. void SetCurPoint(struct Window * win, ULONG x, ULONG y) ;
  8. void ClearPoints(void) ;
  9.